home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FV2.ZIP / fv2.new < prev    next >
Encoding:
Text File  |  1996-03-15  |  10.6 KB  |  233 lines

  1.   Hello, I hope you enjoy using FV2.
  2.  
  3.   External discussion can occur in OS2EWS CFORUM on the OS2BBS.
  4.  
  5.   Internal discussion can occur in FV2 FORUM on IBMPC.
  6.  
  7. --- Installation Instructions: ------------------------------------------------
  8.  
  9.   Download FV2 ZIPBIN as a binary file to a directory of your choice (not
  10.   necessary for external users).
  11.  
  12.   Execute UNZIP against FV2.ZIP and the FV2 files will be extracted from
  13.   FV2.ZIP.  The resulting file - FV2.EXE need to be placed in a directory in
  14.   your CONFIG.SYS PATH statement.
  15.  
  16. --- Profiling Considerations: -------------------------------------------------
  17.  
  18.   FV2 is profiled via a CONFIG.SYS SET statement.  Start FV2 against a file
  19.   (perhaps itself: e.g. FV2 FV2.EXE) and press F1 (Help) for details.
  20.  
  21. --- Revision history: ---------------------------------------------------------
  22.  
  23. 03-15-96 - 1.09
  24.    - Enhancements
  25.       - Added 'Alt-B' for 'Blink off'.  If you use FV2 in a fullscreen and
  26.         switch (Ctrl-Esc) to the desktop, upon return to FV2 any field with a
  27.         light background is blinking.  'Alt-B' will reset this OS/2 'feature'.
  28.    - Bug Fixes
  29.       - Binary files are now based on a 0x00 char in the 1st 100 bytes.
  30.  
  31. 01-23-96 - 1.08
  32.    - Enhancements
  33.       - Modified search algorithm slightly, search times on very large files
  34.         appears to have reduced by approximately one half.
  35.    - Bug Fixes
  36.       - Files where 'search' found 4095 hits (the maximum) trapped when on last
  37.         hit and used F5 or when on 1st hit and used Cntl-F5.
  38.       - Binary files with greater than 4095 hits didn't display hits correctly
  39.         in wrap mode.
  40.  
  41. 01-09-96 - 1.07
  42.    - Bug Fixes
  43.       - Files that included '0x0A' or '0x0D' as both characters and EOL
  44.         indicators displayed with multiple 'End of File' indicators.
  45.       - Certain files with line lengths longer than the display width could
  46.         cause the 'wrapping' data internal to FV2 to be invalid, thus causing
  47.         search hits to be non-displayable.
  48.       - Starting a search after the 'last findable hit' did not wrap to show
  49.         the first hit.
  50.       - In 'WRAP' mode, search hits didn't 'wrap' to the next line.
  51.  
  52. 11-08-95 - 1.06
  53.    - Bug Fixes
  54.       - Files with '0x0A' as the first character (without a following '0x0D')
  55.         could display incorrectly.
  56.       - Using NFS via a 14.4k line caused 'DosOpen rc = 50' errors.  I resorted
  57.         to loading the file in in 4k chunks (like T2/TEDIT).  Thanks Tim!
  58.       - Binary files less than 255 bytes displayed incorrectly.
  59.  
  60. 10-05-95 - 1.05
  61.    - Enhancements
  62.       - 'line wrap' support via 'Alt-W' keystroke (toggles back and forth).
  63.         NOTE: Tab expansion is not supported in 'wrap mode' and will be turned
  64.         off.
  65.       - If any of the first 50 characters of a file are 0x00, then it is
  66.         assumed that the file is a binary file and 'wrap mode' is automatically
  67.         entered.
  68.       - Added 'suppress smileys' to 'line wrap' (Alt-S).
  69.    - Bug Fixes
  70.       - Last 1 or 2 characters on last line didn't display if that line didn't
  71.         have the EOL chars in that line.
  72.       - Search could trap trying to find chars before start of file.
  73.       - Needed 'double ESC' to quit after search.
  74.  
  75. 08-17-95 - 1.04 - DEVCON 9
  76.    - Bug Fixes
  77.       - F8 scrolling to an invalid column (in files narrower than display
  78.         columns), and shifting display right by 5 columns (in files wider than
  79.         display columns).
  80.       - 'Retreive' misspelled (should be 'Retrieve').
  81.       - Search hit highlighting was highlighting key line in hex mode.
  82.       - Removed 'hard coded' line number limit.  FV2 should now be limited only
  83.         by available memory.
  84.       - Abysmal search times if used '/ search' (e.g. not case search) in a
  85.         file with all one case (e.g. all upper case).
  86.       - 'Insert' key causing cursor to display with no command line.
  87.       - Trap loading file with length equal 1.
  88.    - Enhancements
  89.       - Added 'suppress smiley' feature for hex display.  Alt-S will change
  90.         non-printable characters (e.g. smiley faces, etc.) to periods.
  91.       - Added 'RecordLength' command (e.g. R hexnumber).  Page up/down will
  92.         scroll by this record length value.  R0 resets page up/down.
  93.       - 'Search' now searches based on character in search string that occurs
  94.         with the least frequency.
  95.       - 'Col xxx of yyy' yyy will now change based on tab expansion size.
  96.       - Improved '/' search time when no alphabetic chars in search string.
  97.       - Reduced EXE size by 1.7k, and reduced memory requirements.
  98.  
  99. 07-26-95 - 1.03
  100.    - Bug Fixes
  101.       - In 'char display' search hits didn't display on bottom line when using
  102.         down arrow key.  That 'not displayed' hit would continue to not display
  103.         as the down arrow key was pressed.
  104.       - Display didn't update correctly if Ctrl-Left Arrow did not return to
  105.         column 1 exactly.
  106.       - Cursor displayed in help screen.
  107.       - Colored screen incorrectly when error loading files.
  108.    - Enhancements
  109.       - 'Alt-K' toggles the PFKey line displayed at the bottom of the screen on
  110.         and off. The commandline argument 'KEYSOFF', and the environment
  111.         variable 'KEYSOFF' starts FV2 w/o the PFKey line displayed.
  112.       - The 3rd line is no more.  The top line now includes the 'hits' info,
  113.         and when you enter a character the command line pops up over the top
  114.         line.
  115.       - 'ESCAPE' now clears the commandline if it exists and has characters,
  116.         else it removes the commandline if it exists, else it quits FV2.
  117.  
  118. 06-28-95 - 1.02
  119.    - Enhancements
  120.       - Improved error messages in some situations.
  121.       - Improved HELP screen a bit.
  122.       - 'ESCAPE' quits FV2, unless at help screen (returns to file view) or
  123.         there is a command line string (erases the string).
  124.       - PGUP/PGDN now scrolls 1 line less than the number of visible lines,
  125.         thus allowing a 'one line point of reference' when paging up or down.
  126.       - F7/F8 now scroll 5 characters less than the display width, also to
  127.         allow for some referencing when scrolling left/right.
  128.       - Alt-1 through Alt-0 set the 'tab expansion size' to 1 through 10 blank
  129.         characters.  The default is 8.
  130.       - Left and right arrow now move screen by one character (as opposed to
  131.         control left and right arrow previously).
  132.       - Tab/Control right arrow and Shift Tab/Control left arrow now move the
  133.         screen by the 'tab expansion size'.
  134.       - Alt-P 'print file in hex mode' feature, works only in 'Hex mode'.
  135.         Unprintable characters are printed as '.'.  Includes a short header
  136.         (FV2 version, d:\path\filename.ext, and filesize).
  137.       - Alt-F 'print to FV2.OUT' feature.  Same as Alt-P except it outputs to
  138.         FV2.OUT (in current directory).
  139.       - 'Hex display' now has a 'hex address' header line to help in locating
  140.         items across the display.
  141.       - 'Hex display' now has the 'End of File' line after the last line of the
  142.         file (just like 'Character display' did before).
  143.       - Moved filename left in header to allow more room for long file names.
  144.    - Bug Fixes
  145.       - In 'hex display' search couldn't find last lineend characters.
  146.       - 'hex display' key line was incorrect.
  147.  
  148. 06-13-95 - 1.01 - DEVCON 8
  149.    - Enhancements
  150.       - FV2 now comes in ZIP file, and includes LICENSE.TXT and FV2.ABS for
  151.         OS2EWS.
  152.  
  153. 05-31-95 - 1.00
  154.    - Bug Fixes
  155.       - Fix spelling typo in help screen.
  156.    - Enhancements
  157.       - When switching back to 'character mode' (alt-c) the display will now
  158.         start in column 1.
  159.       - Added startup copyright message for DEVCON/OS2EWS release.
  160.  
  161. 05-26-95 - 0.09
  162.    - Bug Fixes
  163.       - Lines which crossed a 64k boundary displayed part of 1st line of file.
  164.    - Enhancements
  165.       - Add IBM copyright to help screen in preparation for DEVCON CD & OS2EWS.
  166.  
  167. 04-28-95 - 0.08
  168.    - Bug Fixes
  169.       - Total columns was off by 2 or 1 (depending on line end characters).
  170.       - Trap when searching binary files.
  171.       - Files starting in 0A (hex) didn't get browsed (could trap).
  172.       - Hex search (e.g. 'hxhx) with more than 2 chars looped endlessly.
  173.  
  174. 04-25-95 - 0.07
  175.    - Bug Fixes
  176.       - Search with 'Tabs On' and subsequent F5 could highlight incorrect text.
  177.       - Ctrl-F8 did not work with 'Tabs On'.
  178.       - Trap at line 32750.  This is a temporary fix, there is a hardcoded line
  179.         limit in FV2 (I've set it to 64k for now) that I need to eliminate.
  180.  
  181. 04-19-95 - 0.06
  182.    - Bug Fixes
  183.       - When using F5 to see the next search hit, on files with long line
  184.         lengths, FV2 had multiple display problems (e.g.missing some hits, some
  185.         hits displayed multiple times, sometimes get stuck at a hit).
  186.    - Enhancements
  187.       - Alt-T function - expand/unexpand tabs (hex 09).
  188.       - Improved (and sometimes faster) search routine.
  189.       - Hex 0A0D, 0D0A, and 0A line ends recognized.
  190.  
  191. 04-12-95 - 0.05
  192.    - Bug Fixes
  193.       - Single line down screen scrolling caused search hits to highlight areas
  194.         of the pfkey line and possibly trap.
  195.       - Trap when hitting PF5 during search (when done before search complete).
  196.  
  197. 04-03-95 - 0.04 ** (now on OS2TOOLS) ******************************************
  198.    - Bug Fixes
  199.       - Characters after hex00 weren't displaying (e.g. if viewing binary
  200.         file).
  201.  
  202. 04-03-95 - 0.03
  203.    - Bug Fixes
  204.       - Ctrl-F8 (max right) trapped on some files.
  205.       - Cursor didn't return to non-insert mode (in VIO windows).
  206.       - First hit from previous search might be shown if on same screen and no
  207.         hits in current search.
  208.       - If last search hits were on same line - search didn't wrap.
  209.       - Backspace now deletes the character to the left of the cursor and moves
  210.         each character to the right of the cursor left one position.
  211.       - Display problems with greater than 80 column display modes.
  212.    - Enhancements
  213.       - Less screen flashing with pgup/pgdn in 'help'.
  214.       - Put more info on 'PFKEY' line.
  215.       - Previous screen color remembered for exit.
  216.       - Reduced redundant searching when there are no hits, or if all hits are
  217.         before current position.
  218.       - If (when invoking search) there are no search hits after current line,
  219.         the first hit in file is shown.
  220.       - Reduced screen shifting (left/right) when using F5 to see next hits.
  221.       - Screen doesn't redraw when 'delete'ing a character from the command
  222.         line.
  223.       - Escape now clears the command line.
  224.  
  225. 03-30-95 - 0.02
  226.    - Bug Fixes
  227.       - Search could have locked up.
  228.    - Enhancements
  229.       - Less screen flashing with pgup/pgdn.
  230.  
  231. 03-29-95 - 0.01
  232.    - First release ready via REQUEST.
  233.